home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- goto start
-
- REM **********************************************************************
- REM SETPRTR.BAT ---- Batch file for SETPTR installation control.
- REM
- REM Copyright (c) 1988,89 by Laminar Process. All rights reserved.
- REM
- REM Version 2.2 -- 10 November 1989
- REM
- REM **********************************************************************
-
- :start
-
- FOR %%N in (1 2 3 4 5 6 7 8 9 READ read) DO IF ~%1 == ~%%N GOTO %%N-set
- GOTO wrongarg
-
- :1-set
- echo Installing Epson RX as SETPTR.COM . . . . .
- copy>NUL setptr01.* setptr.*
- goto quit
-
- :2-set
- echo Installing Epson LQ as SETPTR.COM . . . . .
- copy>NUL setptr02.* setptr.*
- goto quit
-
- :3-set
- echo Installing IBM Graphics as SETPTR.COM . . . . .
- copy>NUL setptr03.* setptr.*
- goto quit
-
- :4-set
- echo Installing Citizen MSP as SETPTR.COM . . . . .
- copy>NUL setptr04.* setptr.*
- goto quit
-
- :5-set
- echo Installing Okidata without Plug-n-Play as SETPTR.COM . . . . .
- copy>NUL setptr05.* setptr.*
- goto quit
-
- :6-set
- echo Installing Okidata with Plug-n-Play as SETPTR.COM . . . . .
- copy>NUL setptr06.* setptr.*
- goto quit
-
- :7-set
- echo Installing HP LaserJet II as SETPTR.COM . . . . .
- copy>NUL setptr07.* setptr.*
- goto quit
-
- :8-set
- echo Installing Epson MX as SETPTR.COM . . . . .
- copy>NUL setptr08.* setptr.*
- goto quit
-
- :9-set
- echo Installing Dynax DX-15 as SETPTR.COM . . . . .
- copy>NUL setptr09.* setptr.*
- goto quit
-
- :READ-set
- :read-set
- more<setptr.doc
- GOTO quit
-
- :wrongarg
- more<install.txt
- GOTO quit
-
- :quit
-
-